Edit Task: Notes
Description
The Notes attribute under EditTask allows you to add a set of notes to the given task.
Parameters
Parameter | Description |
---|---|
Notes | A string of text in single quotes of the notes for the given task. This value can contain special character codes, including carriage returns and line feeds. |
Examples
Add notes to TaskA.
PATCH api/task/TaskA
Body:
{
"Notes" : "Notes for TaskA"
}